Welcome![Sign In][Sign Up]
Location:
Search - Linux 2

Search list

[Documents基于TQ2440开发板的Linux-2.6.30.4的网络摄像机的实现_20091210

Description: 基于TQ2440开发板的Linux-2.6.30.4的网络摄像机的实现_20091210
Platform: | Size: 1073146 | Author: shandabogo@hotmail.com | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Windows Kernelgnugk-2.3.4-linux-x86

Description: 基于linux的软交换服务器的GateKeeper程序
Platform: | Size: 3091205 | Author: cczhang | Hits:

[DocumentsLinux网络编程

Description: 这是Linux web方面的资料,非常详细,适合初学者学习
Platform: | Size: 2081458 | Author: tianhuabanban | Hits:

[SourceCodes3c6410 linux opengles source

Description: s3c6410 linux opengles source
Platform: | Size: 5204944 | Author: cpsoft | Hits:

[Linux-UnixLinux 2.6.31.13 kernel

Description: Linux custom kernel 2.6.31
Platform: | Size: 78314194 | Author: quangtran79@ymail.com | Hits:

[OS programlinux-2.4.20

Description: linux内核源代码,对于程序开发人员具有很大的参考价值。-Linux kernel source code, developers have great reference value.
Platform: | Size: 38185984 | Author: 邵书超 | Hits:

[Internet-Networkcs8900a-cdrom

Description: linux 下CS8900驱动程序,适用于linux 2.4内核,移植时修改总线访问方式就可以了-under linux CS8900 driver, applicable to the linux 2.4 kernel. Bus transplantation changes can visit on the way
Platform: | Size: 8192 | Author: tanyunxin | Hits:

[Embeded LinuxST16C554-linux26

Description: 本代码是ST16C554在Linux 2.6内核下的驱动代码。 从网上查了好多次,都没有找到,只能自己写了。 供各位开发同仁参考。 注意: 本代码有一个缺陷,就是每次收代码只能够收前16个,其余的会收不到。我找了好长时间,不知道是哪里的问题。请各位调好后,给我发封mail告知,我的email:uclinux@263.net。谢谢。-ST16C554 this code is in Linux kernel 2.6 drivers under the code. Online search from the good times, no one has found only himself wrote a. For the reference to the development of colleagues. Note : This code is a deficiency is that each code can only be received before 16 admission, the rest will be unable to collect any. I look for a good long time, do not know where the problem is. Members stressed good, I made this closure mail, my email : uclinux@263.net. Thank you.
Platform: | Size: 13312 | Author: 王强 | Hits:

[Embeded LinuxST16C554-linux2.6.14

Description: Linux 2.6内核下的16C554驱动程序源代码,工作在68模式下,其中包括驱动程序文档。-the 16C54 driver source code, the 68 model, including the driver documentation.
Platform: | Size: 176128 | Author: 王强 | Hits:

[Embeded Linuxusb_scanner_driver

Description: Driver for USB Scanners (linux-2.6)-Driver for USB Scanners (linux- 2.6)
Platform: | Size: 18432 | Author: 陶昱良 | Hits:

[Linux-Unix2.6.14

Description: linux-2.6内核SD卡驱动,备有Makefile 选择使用的交叉编译器把编译出的.ko文件加入开发环境中运行-linux-2.6 kernel SD card driver, Makefile with the option of using the cross compiler to compile out. ko file to run the development environment
Platform: | Size: 41984 | Author: wang | Hits:

[Linux-Unixlinux-2.4.0

Description: 讲述linux的初始化过程,初学者可以认真学习一下-The initialization process on linux, beginners can seriously study the
Platform: | Size: 40625152 | Author: wangtao | Hits:

[Linux-Unixlinux-2.6.24.7

Description: linux内核源码,与所有的菜鸟共享。如有疑问可与本人联系,共同探讨-linux kernel source code, with all the rookie sharing. If you have any questions I can contact to discuss
Platform: | Size: 59495424 | Author: zhly | Hits:

[Embeded-SCM Developlinux-2.6.28_s3c2410_mtd

Description: 基于linux-2.6.28的mtd驱动,S3C2410、2440的设备分区-Linux-2.6.28 based on the mtd driver, S3C2410, 2440 District of equipment
Platform: | Size: 1374208 | Author: 唐海涛 | Hits:

[Linux-Unixlinux-2.6.29

Description: linux-2.6.29 最新的linux内核,应用于arm开发中-linux-2.6.29 latest linux kernel, used in arm development
Platform: | Size: 10057728 | Author: 陈自远 | Hits:

[Linux-Unixlinux-2.6.10-ov511

Description: Linux 2.6内核环境下OV511 + ov7620驱动芯片驱动, USB接口,适用于该芯片的组合摄像头图像采集。-Linux 2.6 kernel under the environment of the OV511+ ov7620 driver chip preparation, USB interface, suitable for use in the chip under the combination of camera image acquisition.
Platform: | Size: 32768 | Author: panzekai | Hits:

[Linux-Unixlinux-2.6.14

Description: 飞凌公司TE2410开发板自带的linux2.6.14内核源代码,内核中加入了cs8900a网卡,串口1,2,3驱动,USB HOST驱动,USB摄像头驱动(ov511芯片),声卡驱动,液晶屏驱动,开机图片-TE2410 development board飞凌company linux2.6.14 own kernel source code, the kernel is added to the network card cs8900a, 1,2,3-driven serial, USB HOST driver, USB camera driver (ov511 chip), sound card driver , LCD driver, boot image
Platform: | Size: 57621504 | Author: wangjun | Hits:

[Linux-UnixLinux-2.4.0-kernel-source

Description: 压缩包内是Linux 2.4.0的内核源码 主要是用于大家学习,可能内容有一些不完善,想望大家谅解-Compressed within a Linux 2.4.0 kernel source is mainly used them to learn, the content may have some imperfections, the understanding we desire
Platform: | Size: 29132800 | Author: jimowuxin | Hits:

[ARM-PowerPC-ColdFire-MIPSarm_linux-2.6.21_s3c2440

Description: linux-2.6.21 内核 基于arm_s3c2440-linux-2.6.21 kernel-based arm_s3c2440
Platform: | Size: 9318400 | Author: 周江坤 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net